home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
how_to_m.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2010-04-12
|
284b
|
10 lines
function itemHandler1(obj, item)
{
getUrl("http://www.123peppy.com", "_blank");
}
stop();
var myMenu_cm = new ContextMenu();
myMenu_cm.hideBuiltInItems();
myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
_root.menu = myMenu_cm;